real Interface

public interface real

Contents


Module Procedures

private pure elemental function quat_real(q) result(rst)

Returns the real component of the quaternion.

Arguments

Type IntentOptional Attributes Name
type(quaternion), intent(in) :: q

The quaternion.

Return Value real(kind=real64)

The real component.